home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / games / addons / rm110.arj / MCICMDS.TXT < prev    next >
Encoding:
Text File  |  1994-03-29  |  3.7 KB  |  212 lines

  1.     The MCI ReelMagic driver supports subset of digitalvideo type
  2. MCI command set. All the commands support notify, test and wait. The
  3. commands with *** are newly supported in this version. The detail 
  4. commands currently supported by ReelMagic are,
  5.  
  6. (1) command message:    MCI_GETDEVCAPS 
  7.     command string:    capability
  8.  
  9.     items:        can play
  10.             can save
  11.             can stretch
  12.             can test
  13.             compound device
  14.             device type
  15.             has audio
  16.             has still
  17.             has video
  18.             uses files
  19.             uese palettes
  20.  
  21.  
  22. (2) command message:    MCI_CAPTURE
  23.     command string:    capture
  24.  
  25.     items:        as pathname
  26.  
  27.  
  28. (3) command message:    MCI_CONFIGURE 
  29.     command string:    configure    ***
  30.  
  31.  
  32. (4) command message:    MCI_CLOSE
  33.     command string:    close
  34.  
  35.  
  36. (5) command message:    MCI_INFO
  37.     command string:    info
  38.  
  39.     items:        file
  40.             product
  41.             version    (return as a string)
  42.             window text
  43.  
  44.  
  45. (6) command message:    MCI_OPEN
  46.     command string:    open
  47.  
  48.     items:        alias
  49.             parent
  50.             style
  51.             type
  52.  
  53. (7) command message:    MCI_PAUSE
  54.     command string:    pause
  55.  
  56.  
  57. (8) command message:    MCI_PLAY
  58.     command string:    play
  59.  
  60.     items:        from
  61.             to
  62.             repeat
  63.  
  64.  
  65. (9) command message:    MCI_PUT
  66.     command string:    put
  67.  
  68.     items:        at rectangle
  69.             destination
  70.             source
  71.             window
  72.             window client    *** supported but not list on V1.10
  73.  
  74.  
  75. (10) command message:    MCI_REALIZE
  76.     command string:    realize
  77.  
  78.     items:        background
  79.             normal
  80.  
  81. (11) command message:    MCI_RESUME    
  82.     command string:    resume        ***
  83.  
  84.  
  85. (12) command message:    MCI_SEEK
  86.      command string:    seek
  87.  
  88.     items:        to
  89.             to end
  90.             to start
  91.  
  92. (13) command message:    MCI_SET
  93.      command string:    set
  94.  
  95.     items:        time format
  96.             speed        *** 
  97.  
  98.  
  99. (14) command message:    MCI_STATUS
  100.      command string:    status
  101.  
  102.     items:        mode
  103.             palette handle
  104.             position
  105.             start position
  106.             position track
  107.             ready
  108.             number of tracks
  109.             time format
  110.             window handle 
  111.             length
  112.         
  113.             audio        ***
  114.             audio stream    ***
  115.             nominal frame rate ***
  116.             speed        ***
  117.             video        ***
  118.             video key color ***
  119.             video key index ***
  120.             video stream    ***
  121.             window visible    ***
  122.             window maximized ***
  123.             window minimized ***
  124.  
  125.  
  126.     
  127. (15) command message:    MCI_STEP
  128.      command string:    step
  129.  
  130.     items:        by frames
  131.             reverse
  132.  
  133.  
  134. (16) command message:    MCI_STOP
  135.      command string:    stop
  136.  
  137.  
  138.  
  139. (17) command message:    MCI_UPDATE
  140.      command string:    update
  141.  
  142.     items:        at
  143.             hdc
  144.             paint
  145.  
  146.             on    *** (RM own extension: MCI_SET_ON )
  147.             off    *** (RM own extension: MCI_SET_OFF )
  148.     note: The on and off are used to turn on or turn off painting
  149.     the video window when the play command is excuted. It is specially 
  150.     used for the window handler is provided by the applictions instead 
  151.     of using the driver created window handler.
  152.  
  153.  
  154. (18) command message:    MCI_WHERE
  155.      command string:    where
  156.  
  157.     items:        destination
  158.             destination max
  159.             source
  160.             source max
  161.             window
  162.             window max
  163.  
  164.  
  165. (19) command message:    MCI_WINDOW
  166.      command string:    window
  167.  
  168.     items:        handle
  169.             handle default
  170.             state
  171.             text
  172.  
  173.  
  174. (20) command message:    MCI_SETVIDEO
  175.      command string:    setvideo
  176.  
  177.     items:        key color to
  178.             key index to
  179.             on 
  180.             off
  181.             stream to     ***
  182.  
  183.     
  184. (21) command message:    MCI_SETAUDIO
  185.      command string:    setaudio
  186.  
  187.     items:        left off
  188.             left on
  189.             left volume to
  190.             off
  191.             on
  192.             right off
  193.             right on
  194.             right volume to
  195.             stream to
  196.             volume to
  197.  
  198. (22) command message:    MCI_LOAD
  199.      command string:    load
  200.  
  201.     items:        load
  202.  
  203. (23) This MCI command is a extended command from SIGMA DESIGNS. If the MPEG filehas been encoded with password by our special encoder, it can be protected by
  204. only with the right key can play the stream.
  205.  
  206.      command message:    MCI_PASSWD
  207.      command string:    passwd
  208.  
  209.     items:        key
  210.  
  211.     
  212.